runtime.p.gcAssistTime (field)
7 uses
runtime (current package)
mgcmark.go#L600: pp.gcAssistTime += duration
mgcmark.go#L604: if pp.gcAssistTime > gcAssistTimeSlack {
mgcmark.go#L605: gcController.assistTime.Add(pp.gcAssistTime)
mgcmark.go#L607: pp.gcAssistTime = 0
mgcpacer.go#L427: p.gcAssistTime = 0
proc.go#L5171: pp.gcAssistTime = 0
runtime2.go#L697: gcAssistTime int64 // Nanoseconds in assistAlloc
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |